Figured out problem with loading Progressive JPEG's progressively (say
authorMichael Fulbright <drmike@redhat.com>
Tue, 9 Nov 1999 17:24:15 +0000 (17:24 +0000)
committerMichael Fulbright <drmike@src.gnome.org>
Tue, 9 Nov 1999 17:24:15 +0000 (17:24 +0000)
commit5de53804a13731f7928b95ae2bf96976e3078a40
treef1682706f37bed41debe227f40f2daf60a2021ed
parent665096fcdff23b4333ce5d2d7171200d3838d73e
Figured out problem with loading Progressive JPEG's progressively (say

1999-11-09  Michael Fulbright  <drmike@redhat.com>

* src/io-jpeg.c (image_load_increment): Figured out problem with
loading Progressive JPEG's progressively (say that 10 times fast).
Currently for Progressive JPEG's the entire image is loaded before
it is displayed. libjpeg supports a fancier mechanism which I may
implement later.

With these changes all JPEG formats appear to load properly for me.
gdk-pixbuf/ChangeLog
gdk-pixbuf/io-jpeg.c